docs(aio): add examples to test cookbook doc
This commit is contained in:

committed by
Igor Minar

parent
41db177d0c
commit
bcba0332a6
6
docs/content/examples/webpack/ts/public/css/styles.css
Normal file
6
docs/content/examples/webpack/ts/public/css/styles.css
Normal file
@ -0,0 +1,6 @@
|
||||
/* #docregion */
|
||||
body {
|
||||
background: #0147A7;
|
||||
color: #fff;
|
||||
}
|
||||
/* #enddocregion */
|
Reference in New Issue
Block a user