Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylanblokhuis/instantcss-wp
Use the power of Visual Studio Code in WordPress
https://github.com/dylanblokhuis/instantcss-wp
monaco-editor visual-studio-code wordpress wordpress-plugin
Last synced: 6 days ago
JSON representation
Use the power of Visual Studio Code in WordPress
- Host: GitHub
- URL: https://github.com/dylanblokhuis/instantcss-wp
- Owner: dylanblokhuis
- License: gpl-3.0
- Created: 2019-03-01T14:51:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T09:12:09.000Z (about 1 year ago)
- Last Synced: 2023-09-18T09:57:44.216Z (about 1 year ago)
- Topics: monaco-editor, visual-studio-code, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 3.23 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== Instant CSS ===
Contributors: dylanblokhuis
Tags: css, scss, postcss, sass, custom css, instant css, stylesheet, styles, style.css, editor, visual studio code, vscode, monaco, monaco editor, live preview, live editing, live editor, live css, customizer
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=69ZRVBGGJ6QJL&source=url
Tested up to: 6.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.htmlWrite your styles beautifully with the power of Visual Studio Code
== Description ==
Use the power of Visual Studio Code in WordPress to write your CSS or SCSSThe 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== Changelog ==
= 1.2.1 =
* Test WordPress 6.3= 1.2.0 =
* Fixed CSRF vulnerability and updated monaco editor to the latest version= 1.1.5 =
* Fixed Broken Access Control= 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.== Screenshots ==
1. https://i.imgur.com/RH0C01m.png