Browse Source

Update to v0.48.0

Angel Ruiz (aka SirKeldon) 1 year ago
parent
commit
ff59be66cc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      tailwind.preset.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "circletone",
   "name": "circletone",
-  "version": "0.47.0",
+  "version": "0.48.0",
   "peerDependencies": {
   "peerDependencies": {
     "@angular/common": "^17.3.0",
     "@angular/common": "^17.3.0",
     "@angular/core": "^17.3.0"
     "@angular/core": "^17.3.0"

+ 1 - 1
tailwind.preset.js

@@ -3,7 +3,7 @@ var colors = require('tailwindcss/colors');
 /** @type {import('tailwindcss').Config} */
 /** @type {import('tailwindcss').Config} */
 
 
 module.exports = {
 module.exports = {
-  plugins: [require('tailwindcss/colors')],
+  plugins: [require('tailwindcss/colors'), require('tailwindcss/defaultConfig')],
   theme: {
   theme: {
     extend: {
     extend: {
       darkMode: 'class',
       darkMode: 'class',