このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Instant CSS

説明

Use the power of Visual Studio Code in WordPress to write your CSS or SCSS

The plugin uses autoprefixer to parse your CSS/SCSS into CSS that will work on older browsers, no need to write -webkit, -moz or -o.

You can also choose to use SCSS, more info about SCSS here: https://sass-lang.com/guide

Features

  • Use all the powerful features from Visual Studio Code
  • Your CSS gets compiled with autoprefixer to work on older browsers
  • Use SCSS to create efficient stylesheets with variables, mixins, etc.
  • Option to minify your CSS to reduce loading times
  • No refreshing on saving
  • Live editor updating styles on save and have the browser update simultaneously

評価

2020年12月3日
I do not often write reviews but I had to ! Your plugin is just awesome ! I can write SCSS directly, there's a live editor... What else ? Amazing job ! I can not recommend more a plugin then this one.
2020年11月18日
I don't use the Custom CSS tool, I do all my edits in the Theme Editor (I create custom themes, so I'm working in my own code, not something that will be overwritten by a theme update.) If this worked in the Theme Editor, it would indeed be the best plugin ever.
2020年9月17日
Was looking for this easy possibility to make structured css! Thanks Only one little question the icons from the font "codicon" are not working. Anything I can do to get that working?
2020年8月12日
Really useful plugin, the only thing whats missing is to resize the coding area, so annoying to type in a such cramped space or at least integration of word wrap would be great, thanks!
2020年7月2日 1 reply
Honestly, this is the only sane way of writing CSS inside WordPress, making the experience as good as coding on your computer in a proper editor. I don't understand why this doesn't have thousands of downloads. It's been a massive game-changer at our agency, allowing people at all levels to start learning and using SASS. A couple of things that could improve on this: Support for multiple files, so we could use SASS partials. An improved live editor, which feels a little rudimentary. For example, offer an option to align the editor underneath the preview pane, and add buttons to resize the preview pane (similar to customizer) for testing responsive design. But anyway, soooo much gratitude. If you need more support to keep developing this, we'd be completely behind paying for a pro version, as long as there's developer option for unlimited sites, because Instant CSS is basically part of our WordPress Core here now 😊 Thanks again!
13件のレビューをすべて表示

貢献者と開発者

Instant CSS はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Instant CSS” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1.4

  • Upgraded monaco editor to the latest version, fixes scrolling in some browsers.

1.1.3

  • Updated monaco editor to the latest version

1.1.2

  • Fixed minify issue

1.1.1

  • Fixed iframe reload issue

1.1.0

  • New feature: Live editor. You can now write your css and watch the browser update whenever you save.
  • You can now save using CTRL + S

1.0.2

  • CSS is now written and loaded from a file

1.0.1

  • Fixed bug with quotes
  • Added minifying

1.0.0

  • Launched.