Skip to content

Commit

Permalink
Merge pull request #29 from forcedotcom/j.wright--refactor-seti
Browse files Browse the repository at this point in the history
update name of generated seti colors css file
  • Loading branch information
interfaceconjurer authored Jan 12, 2025
2 parents 866dbc2 + 2cda57a commit db1c349
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 db1c349

Please sign in to comment.