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
/
css-paths
/
dist
/
bundles
/
main.css
10 lines
(9 loc)
•
271 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
/*folder/main.css!steal-css*/
@import
url(
../folder/bootstrap/button.css
);
@import
url(
../folder/bootstrap/button-danger.css
);
#test-element
{
background-image
: url(
../images/hero-ribbons.png
); }
#test-relative
{
background-image
: url(
../folder/bootstrap/other.png
); }