1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

Using SCSS for Simple theme

This commit is contained in:
Awilum
2018-05-14 21:13:42 +03:00
parent efc40af079
commit 6a6b1797bd

9
site/themes/simple/package.json Normal file → Executable file
View File

@@ -1,8 +1,13 @@
{
"name": "flextype",
"name": "flextype.org",
"version": "1.0.0",
"devDependencies": {
"bootstrap": "^4.1.0",
"es6-promise": "^4.2.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-csso": "^3.0.1",
"gulp-sass": "^4.0.1",
"bootstrap": "^4.1.1",
"jquery": "^3.3.1"
}
}