ioncreature / webkit-developer-tools-dark-theme

Dark theme for Chrome Developer Tools
27 stars 22 forks source link

Error when building #1

Closed agreco closed 11 years ago

agreco commented 11 years ago

Hey,

I followed the steps to build the Custom style sheet and to error fired back:

ParseError: /blar/blar/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css:242 238| #-webkit-web-inspector .properties-tree li.parent::before { 239| content: url("chrome-devtools://devtools/Images/treeRightTriangleWhite.png") !important; 240| } 241| #-webkit-web-inspector .console-group-messages .section.expanded .header::before,

242| #-webkit-web-inspector .properties-tree li.parent.expanded::before { 243| content: url("chrome-devtools://devtools/Images/treeDownTriangleWhite.png") !important; 244| } 245| @-webkit-keyframes webkit-error-level {

"undefined" is invalid, use "from" or "to"

Not sure if I'm building this right but I used the advice on the readme, ping me if it's not enough info.

Cheers Antonio

ioncreature commented 11 years ago

Hi, Antonio. Thank you for feedback.

I cannot reproduce your issue on my laptop. I recently updated doc, so try again, please

My test is:

stylus < Custom.styl > Test.css

It works fine.