Git Product home page Git Product logo

Comments (4)

jescalan avatar jescalan commented on July 18, 2024

You have an error in your css, as it told you. It's telling you where the error is - run roots watch, go into the public folder, and go to line 58 of your css file. Go back into your stylus file, make the correction, and you should be set.

If you are really struggling, I can help you find it, just post a link to the github repo with your project in it.

from roots.

exdeniz avatar exdeniz commented on July 18, 2024

in css file in public

b,
strong {
  font-weight: bold;
} <- !!!58 line!!
blockquote {
  margin: 1em 40px;
}

Any manipulation of the CSS file is not helping. I cut css file and still get the error

style.styl

.container 
    width 960px

style.css from public

.container {
  width: 960px;
}

from roots.

exdeniz avatar exdeniz commented on July 18, 2024

I found why this error occurred. I had another file on pure CSS and compiling stayed on it
But there is nothing criminal. Here is the code for the class of 58 lines.

.nivo-box {
    display:block;
    position:absolute; <- 58 line   
    z-index:5;
    overflow:hidden;
}

from roots.

jescalan avatar jescalan commented on July 18, 2024

The library that's throwing this error is csso, and I'm quite sure that it works right. I definitely think it should be throwing the file name with the error (i'll see if I can submit this to them), but there is without a doubt some invalid css in there somewhere.

Either way glad you could figure this out! If you're having a lot of trouble with the minification step you will be able to run it with the --no-compress option as of the next time roots ships, which should be in a day or two : )

from roots.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.