1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-05 22:37:45 +02:00

Initial commit for public repo

This commit is contained in:
Andrew Davis
2018-09-02 10:57:36 -05:00
commit cb5d7c2386
79 changed files with 14644 additions and 0 deletions

7
postcss.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: [
require('postcss-import'),
require('postcss-simple-vars'),
require('autoprefixer'),
]
}