Selaa lähdekoodia

Update to v0.10.0

Angel Ruiz (aka SirKeldon) 1 vuosi sitten
vanhempi
commit
a634fc5161
2 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 1 1
      package.json
  2. 3 0
      tailwind.preset.js

+ 1 - 1
package.json

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

+ 3 - 0
tailwind.preset.js

@@ -1,3 +1,5 @@
+var colors = require('tailwindcss/colors');
+
 /** @type {import('tailwindcss').Config} */
 
 module.exports = {
@@ -9,6 +11,7 @@ module.exports = {
         title: 'var(--font-title)',
       },
       colors: {
+        ...colors,
         primary: {
           DEFAULT: 'rgb(var(--primary) / <alpha-value>)',
           dark: 'rgb(var(--priamry-dark) / <alpha-value>)',