CJ Patoilo

Results 45 comments of CJ Patoilo

@bitbreakr Congrats, impressive job! 👏 Can we style with fewer selectors and properties? It's there seems to be a lot of selectors and properties leaving the framework above 2kb.

@hjdesigner Another great job! Thank you so much 🙏

Hi guys @mikeriley131 @guillaumemolter Currently Milligram does not support this functionality but I liked the idea. Initially Milligram was built with the purpose of being the simplest framework, defining only...

@ivanignatiev @schirrel awesome but I don't any idea how I implement that. I have any questions. Do you have any references in other frameworks like Milligram? Would that make Milligram...

@chuckreynolds great question. Milligram is Mobile First for default. Today I don't have plans to implement more than one mobile support. Maybe update the breakpoint `40.0rem` to `42.0rem`.

@merlinpatt I understand you. Maybe if there is something like the number of the latest version of each browser? I have plans to update the Milligram website and, if you...

Same error with node v7.2.0 npm v4.0.2: package.json ``` "devDependencies": { "ava": "^0.17.0", "coveralls": "^2.11.15", "nyc": "^10.0.0", "standard": "^8.6.0" }, "engines": { "node": "^7.0.0" }, "scripts": { "test": "standard &&...

Today, the `select` element has these properties. ``` select background: url('data:image/svg+xml;utf8,') center right no-repeat padding-right: 3.0rem &:focus background-image: url('data:image/svg+xml;utf8,') &[multiple] background: none height: auto ```

@michaek Maybe I didn't understand you. Can you help Milligram to fix it?

@michaek Please, review [this example](https://stylus-lang.com/try.html#?code=color-primary%20%3F%3D%20%239b4dca%0Acolor-quaternary%20%3F%3D%20%23d1d1d1%0A%0Aselect%0A%20%20background%3A%20url('data%3Aimage%2Fsvg%2Bxml%3Butf8%2C%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%208%22%20width%3D%2230%22%3E%3Cpath%20fill%3D%22'%20%2B%20color-quaternary%20%2B%20'%22%20d%3D%22M0%2C0l6%2C8l6-8%22%2F%3E%3C%2Fsvg%3E')%20center%20right%20no-repeat%0A%20%20padding-right%3A%203.0rem%0A%0A%20%20%26%3Afocus%0A%20%20%20%20background-image%3A%20url('data%3Aimage%2Fsvg%2Bxml%3Butf8%2C%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%208%22%20width%3D%2230%22%3E%3Cpath%20fill%3D%22'%20%2B%20color-primary%20%2B%20'%22%20d%3D%22M0%2C0l6%2C8l6-8%22%2F%3E%3C%2Fsvg%3E')%0A%0A%20%20%26%5Bmultiple%5D%0A%20%20%20%20background%3A%20none%0A%20%20%20%20height%3A%20auto).