-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·26 lines (19 loc) · 1.07 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
/*
Theme Name: Starter Wordpress Theme
Theme URI: https://github.com/code2gether/starter-wordpress-theme
Description: ES6, SCSS and Webpack 4 ready starter theme
Version: 1.0
Author: Ahmed Abdulrahman
Author URI: https://github.com/AhmedAbdulrahman
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
/* ----------------------------------------------------------------------------
Unfortunately WordPress will require a style.css file located in the theme's root
folder for stuff to work. This file is responsible only for providing theme information that are displayed
in `Apperance > Themes`. Do not write in here any CSS declarations.
However, we will not be using vanilla CSS. We're using Sass.
All Sass files are located in the /assets/scss folder.
Please note that none of your scss files will be compiled to /assets/app.css
in dist folder before you run 'npm run watch' or 'npm run build'.
---------------------------------------------------------------------------- */