Skip to content

Commit

Permalink
refactor(11ty): drop unused props in a11ycss plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Mar 3, 2022
1 parent 09fc9a4 commit 0fc7244
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions a11y.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,16 @@ const loadLanguages = require('prismjs/components/');
loadLanguages(['scss', 'css-extras']);

const DIRECTORIES = {
css: {
input: './css/'
},
sass: {
input: './sass/themes/',
output: './site/_data/sass/'
},
api: {
input: './sass/utils/',
output: './site/_data/sass/'
},
assets: {
js: {
input: './site/assets/js/'
}
},
static: './site/static/'
}
}

DIRECTORIES.assets.js.output = DIRECTORIES.static
DIRECTORIES.css.output = DIRECTORIES.static + 'css/'

const processSassDocumentation = file => {
const inputFileExtension = path.extname(file)
const inputFilename = path.basename(file, inputFileExtension)
Expand Down

0 comments on commit 0fc7244

Please sign in to comment.