-
I have this line in a dependency's CSS (basscss):
```css
.mxn1{ margin-left:-0.5rem; margin-left:calc(var(--space-1)*-1); }
```
If I try to build I get a Parse Error. If however I do this (spa…
-
This is something I talked to @fuzetsu about in the [Mithril.js Gitter.](https://gitter.im/mithriljs/mithril.js?at=5cc8a1ac4b4cb471d98538bd)
I'm coming from using exclusively plain .css files and a…
-
I'd like to use turretcss as a utility library, like how basscss works (which lacks e.g. the cursor utils). Turretcss applies a global default style to elements though, and I found no way to disable t…
-
Sortable not working with iframes:
index.html
```html
HTML5 Sortable library
Item 1
Item 2
Item 3
sortable('.o-sort…
-
This is for all the adopters of theme-UI. It would be fantastic to have a collection of how people use this tool in their project and together with which other tools. It obviously covers a real need s…
-
Hi Folks!
i got a request to build some AMP stuff, after evaluation I found that mustard-ui is a great (and not abandoned) base solution.
For me a few features are missing, like:
- spacing clas…
-
👋
I’ve been trying for a while to decide on which tools I should use for what I hope will be a long-term side project, an always-free, open source, serverless set of tools to help academics publish…
-
First off, I love treat! Thanks for building it!
Instead of:
```javascript
// component.treat.ts
import { style } from 'treat';
export const green = style({
color: 'green'
});
// com…
-
On my installation I have this on the terminal after clicking on a sketch in the browser sketchbook page:
```
:~$ pyp5js serve
* Serving Flask app "pyp5js.http.web_app" (lazy loading)
* Envir…
-
- I followed the v1 to v2 doc
- removed the `node-modules` folder and the `package-lock.json` file
- ran `npm cache verify` then `npm install` and finally `gatsby develop`
- and now getting the f…