UNPKG
noradle-demo
Version:
latest (0.13.4)
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.2
0.12.0
0.11.2
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.0
demo app of noradle
github.com/noradle/noradle-demo
noradle-demo
/
static
/
packs
/
easy_url_b
/
d.css
8 lines
(7 loc)
•
236 B
CSS
View Raw
1
2
3
4
5
6
7
8
/* showing from pack's css reference to common static file's css */
@import
url(../../css/ref_by_pack.css);
body
{
color
: darkgreen;
/* showing ref to another dad's static file */
background
:
url
(
../../img/icon_2.gif
) repeat-x; }