-
As requested in https://github.com/plantuml/plantuml-stdlib/issues/69 a new version of this project should be released.
Steps to take:
- [x] Run the update script
- [x] Check and commit the cha…
-
Firstly just wanted to say the project is awesome! Mixed with `husky` we now have some really clean hook configuration without the boilerplate we once had. :)
Now for my question. With `{"verbose":…
-
### Describe the bug
Per the CSS language specs, semicolon tokens are only required as separator between declarations. This means the following rule is valid CSS:
```css
.className {
height:…
leops updated
2 years ago
-
Some hooks are only written to run against a single file at a time. An example is `stylefmt`.
You can hack around it with a wrapper script, but it's nice to avoid those when possible. The pre-commit …
-
Hi, so I've generated an app however when I'm first running the server I get a
```
$ yarn dev
yarn run v1.7.0
$ nuxt
C:\Users\ben\Desktop\code\cruise-search-test\node_modules\vue-server-rendere…
-
Wagtail's UI codebase is in bad shape. This isn't really surprising – UI/CSS architecture in long-lived projects is a notoriously hard problem. It's not hopeless either. But there is work to do 🙂
I…
-
As of now, your extension formats
```css
grid-template-areas:
"header header header"
"aside main help"
"footer footer footer";
```
into
```css
grid-template-areas: "he…
-
Hello there.
In january 2016 @tonyganch wrote the tweet: https://twitter.com/tonyganch/status/686992436871168000
> I’m looking for a new maintainer for CSScomb project. If you’d like to help in any …
-
Issue Type: Bug
1. Enter a string into the settings search field.
2. Move the settings panel between being fullscreen, split horizontally, vertically, etc.
3. Search field will be empty.
VS Code ve…
-
I'm using the following versions below:
node: v8.11.3
npm: 5.6.0
yarn: 1.7.0
````
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron-react-boilerplate@0.13.3 start-main-dev: cross…