stylus
Here are 1,077 public repositories matching this topic...
Stylus currently resolves stylus files if they have the same name as their parent folder (with .styl extension).
For example:
given the following directory structure where test.styl is the input file and test.css is the output file
.
├── a
| ├── a.styl
├── test.styl
├── test.css
and the following file contents
./test.styl
@require a./a/a.styl
-
Updated
Apr 20, 2020 - CSS
I'm testing out madge on my TS RN codebase, and I'm surprised to see that it just magically works without specifying a tsconfig.
For example
yarn madge --circular --extensions ts,tsx ./
Although this is cool and exciting, it gives me pause because the documentation doesn't explain how this works. I read the source and followed the path through a series of external npm dependencies. Af
As it is VERY vague at best. I find it hard to see exactly HOW this is so much greater that other grid systems, as I'm having a hard time figuring out exactly what MOVE does. What's it good for? When I click the View example button, it scrolls me to a section with three cols that's prefixed with the word SHIFT!? Totally confusing ...
Could someone please elaborate on the API documentation witho
-
Updated
Sep 22, 2019 - CSS
Type of Issue
[ ] Bug Report
[x] Feature Request
Description
Currently, contributing to this project can be hard especially for beginners like me who do not understand the project structure.
How To Reproduce
Put yourself into a beginner's shoes.
Let's say you want to contribute code to resolve a feature request (something like #1180, which introduces support
-
Updated
Apr 12, 2019 - CSS
The aria-describedby attribute is used to indicate the IDs of the elements that describe the object. It is used to establish a relationship between widgets or groups and text that described them. This is very similar to aria-labelledby: a label describes the essence of an object,
-
Updated
May 25, 2020 - JavaScript
webpack的alias配置咨询
想新增一个alias,像vue脚手架默认填写的:
resolve: {
alias: {
'vue$': 'vue/dist/vue.esm.js',
'@': resolve('src')
}
},
即将@指向到某一个目录,比如app/web/目录,我在webpack.config.js文件添加了
module.exports = {
egg: true,
devtool: 'eval',
target: 'web',
entry: {
admin: 'app/web/page/admin/index.js'
},
cssExtract: true,
dll: ['vue', 'vue-router', 'vuex',
easy build prod报错
-
Updated
Jun 25, 2018 - CSS
-
Updated
Jul 7, 2019 - CSS
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
May 26, 2020 - CSS
-
Updated
Aug 5, 2017 - JavaScript
Add theme variants
I think it would be cool to add support for different color schemes. Add your suggestions here
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Aug 2, 2019 - JavaScript
Improve this page
Add a description, image, and links to the stylus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stylus topic, visit your repo's landing page and select "manage topics."
Current behavior
Once Boostnote becomes your primary source of documentation the need arises to retrieve this information, such as texts, snippets, links, images...
I happened to have a diagram stored as an image in Boostnote. The original file does no longer exist. I now need to share this image on a forum thread.
Expected behavior
Provide an option to extract images from notes.