Open peterramsing opened 7 years ago
Q: I'm getting an error: [TypeError: Cannot read property 'split' of undefined]
when processing my styles. What's could be the issue here?
A: Ensure that your pre-processed CSS (e.g. LESS, SCSS, Stylus) has processed correctly.
Issues: https://github.com/peterramsing/lost/issues/268
Q: I am getting undefnedn
in my CSS. Why?
A: That's an issue with LESS where you need to escape fractions because LESS will divide those numbers before allowing LostGrid to use the faction as it should. Just escape the fraction like so: lost-column: ~"1/3";
Issues: https://github.com/peterramsing/lost/issues/178, https://github.com/peterramsing/lost/issues/229, https://github.com/less/less.js/issues/974
@japick I added a new user story for linking to issues. Let me know what you think
I guess the 4th user story would be covered by linking to issues in the answers (as you've done with the starter questions). Definitely helps to give the answers some context.
FAQ Docs Feature
Abstract
User Stories
Design:
@japick to design