Browse Source

Update to v0.29.0

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

+ 1 - 1
package.json

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

+ 1 - 0
tailwind.preset.js

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