Template Upload
This commit is contained in:
4
node_modules/bs-recipes/recipes/grunt.sass/app/css/main.css
generated
vendored
Normal file
4
node_modules/bs-recipes/recipes/grunt.sass/app/css/main.css
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
body {
|
||||
background: orange; }
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
11
node_modules/bs-recipes/recipes/grunt.sass/app/index.html
generated
vendored
Normal file
11
node_modules/bs-recipes/recipes/grunt.sass/app/index.html
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Browsersync, Grunt + SASS Example</title>
|
||||
<link rel='stylesheet' href='css/main.css'>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Browsersync, Grunt + SASS Example</h1>
|
||||
</body>
|
||||
</html>
|
3
node_modules/bs-recipes/recipes/grunt.sass/app/scss/main.scss
generated
vendored
Normal file
3
node_modules/bs-recipes/recipes/grunt.sass/app/scss/main.scss
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
body {
|
||||
background: orange;
|
||||
}
|
Reference in New Issue
Block a user