소스 검색

Update to v0.10.0

Angel Ruiz (aka SirKeldon) 1 년 전
부모
커밋
a634fc5161
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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>)',