Rename to Procyon
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Change-Id: I812c93e057039c0c6a8bea8079c8b9cda6357133
This commit is contained in:
parent
096dfe11cb
commit
68ce70e5a0
20 changed files with 50 additions and 48 deletions
|
@ -1,4 +1,4 @@
|
|||
@import '@prokyon/styles/global.css';
|
||||
@import '@procyon/styles/global.css';
|
||||
|
||||
@import "./variables.css";
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
const postcss = require('@prokyon/styles/postcss.config');
|
||||
const postcss = require('@procyon/styles/postcss.config');
|
||||
const configPath = require.resolve('./tailwind.config.js');
|
||||
|
||||
module.exports = postcss({ tailwindConfigFile: configPath });
|
||||
|
|
|
@ -3,12 +3,12 @@ const path = require('path');
|
|||
const plugin = require('tailwindcss/plugin');
|
||||
|
||||
module.exports = {
|
||||
presets: [require('@prokyon/styles/tailwind.config')],
|
||||
presets: [require('@procyon/styles/tailwind.config')],
|
||||
content: [
|
||||
path.resolve(__dirname + '../../**/*.{js,ts,tsx}'),
|
||||
path.resolve(__dirname + '../../../node_modules/@prokyon/**/*.{js,ts,tsx}'),
|
||||
path.resolve(__dirname + '../../../node_modules/@procyon/**/*.{js,ts,tsx}'),
|
||||
],
|
||||
safelist: require('@prokyon/styles/tailwind.config').safelist,
|
||||
safelist: require('@procyon/styles/tailwind.config').safelist,
|
||||
theme: {
|
||||
extend: require('./theme'),
|
||||
},
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
const { pallete } = require('@prokyon/styles/utils/color');
|
||||
const { pallete } = require('@procyon/styles/utils/color');
|
||||
|
||||
module.exports = {
|
||||
colors: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue