Whole lotta love.
This commit is contained in:
1408
web/themes/custom/dchadwick/package-lock.json
generated
1408
web/themes/custom/dchadwick/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -11,9 +11,12 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.20",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-sass": "^5.1.0"
|
||||
"gulp-sass": "^5.1.0",
|
||||
"postcss": "^8.4.47",
|
||||
"tailwindcss": "^3.4.13"
|
||||
},
|
||||
"dependencies": {
|
||||
"sass": "^1.71.1"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
// Colors.
|
||||
:root {
|
||||
--site-primary: #009FB7;
|
||||
|
||||
12
web/themes/custom/dchadwick/tailwind.config.js
Normal file
12
web/themes/custom/dchadwick/tailwind.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/**.{scss}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user