Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Fix old name
Browse files Browse the repository at this point in the history
  • Loading branch information
sotayamashita committed Jun 9, 2015
1 parent 3179f23 commit 62ed906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var fs = require('fs')
var postcss = require('postcss')

// css to be processed
var css = fs.readFileSync('./src/sassline.css', 'utf8')
var css = fs.readFileSync('./src/style.css', 'utf8')
// options for styleguide
var options = {
name: 'PSG Theme Sassline',
Expand All @@ -17,7 +17,7 @@ var output = postcss([
])
.process(css, {
// `from` option is required so relative import can work from input dirname
from: 'src/sassline.css'
from: 'src/style.css'
})
.css

Expand Down

0 comments on commit 62ed906

Please sign in to comment.