GithubHelp home page GithubHelp logo

Generated css about mini.css HOT 2 CLOSED

k0fi avatar k0fi commented on May 24, 2024
Generated css

from mini.css.

Comments (2)

FrancoisCapon avatar FrancoisCapon commented on May 24, 2024

Your mini-custom.zip file doesn't contains a mini-custom.css and a mini-custom.min.css files a the root?

from mini.css.

k0fi avatar k0fi commented on May 24, 2024

Well, modifying .css files is not fun, especially when you discover the power of scss.
So I solved the configuration problem like this:

  1. Download mini.css-master from github
  2. Copy the src folder to my project's css folder.
  3. Install Live Sass Compiler to my vscode
    3.b Assign the output path in the compiler's configuration if you want to specify where the resulting .css should go:
    "liveSassCompile.settings.formats": [{
        "format": "compressed",
        "extensionName": ".min.css",
        "savePath": "/css/mini-modified/dist"
    }

otherwise it saves generated .css in the same folder as corresponding .scss

  1. Live Sass compiler watches the changes which I make to any of the *.scss files in css/mini folder and generates css output mini-default.scss and whatever other .scss file is in css/flavor and put them in savePath defined for it.
  2. Remove unwanted mini-*.css from css/flavor folder, so that only the desired .css is generated. Very handy!

from mini.css.

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.