Skip to content

Commit

Permalink
update name of generated seti colors css file
Browse files Browse the repository at this point in the history
  • Loading branch information
interfaceconjurer committed Jan 12, 2025
1 parent 87ee2d7 commit 2cda57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seti-icons/scripts/generate-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Handlebars = require('handlebars');

const colorsFilePath = path.join(__dirname, '../src/template/colors.json');
const templateFilePath = path.join(__dirname, '../src/template/styles-colors.hbs');
const outputFilePath = path.join(__dirname, '../dist/colors.css');
const outputFilePath = path.join(__dirname, '../dist/seti-colors.css');

const colors = JSON.parse(fs.readFileSync(colorsFilePath, 'utf8'));

Expand Down

0 comments on commit 2cda57a

Please sign in to comment.