UNPKG
steal-css
Version:
latest (1.3.2)
pre (1.3.0-pre.0)
rc (1.0.0-rc.0)
1.3.2
1.3.1
1.3.0
1.3.0-pre.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
1.0.0-rc.0
0.5.1
0.5.0
0.4.1
0.4.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
CSS plugin for StealJS
github.com/stealjs/steal-css
stealjs/steal-css
steal-css
/
test
/
test.html
13 lines
(11 loc)
•
256 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype
html
>
<
html
>
<
head
>
<
title
>
steal-css tests
</
title
>
<
link
rel
=
"stylesheet"
href
=
"./dist/foo.css"
>
</
head
>
<
body
>
<
div
id
=
"qunit-test-area"
>
</
div
>
<
script
src
=
"../node_modules/steal/steal.js"
main
=
"test/test"
>
</
script
>
</
body
>
</
html
>