linkedin / css-blocks

High performance, maintainable stylesheets.
http://css-blocks.com/
BSD 2-Clause "Simplified" License
6.34k stars 152 forks source link

feat: Add document links provider. #346

Closed jackson-dean closed 4 years ago

jackson-dean commented 4 years ago

For css and sass, vscode provides a "jump to file" feature for @import and url() statements. For css-blocks, we only need to add this support for custom "at rules" (@block, @export). For url(), the builtin vscode css language server should still be providing that functionality.