mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
Implement simple Webpack setup
This commit is contained in:
5
samples/misc/Webpack/Clientside/styles/main.less
Normal file
5
samples/misc/Webpack/Clientside/styles/main.less
Normal file
@@ -0,0 +1,5 @@
|
||||
@headerColor: red;
|
||||
|
||||
h1 {
|
||||
color: @headerColor;
|
||||
}
|
||||
Reference in New Issue
Block a user