A set of 3 optimized AI roles for Cursor’s Custom Modes, tailored for:
- Product strategy and design leadership
- Growth experimentation and UX optimization
- B2B enterprise and usability-focused UX design
# Design Systems Resources | |
by: Sujan Khadgi | |
Atomic Design by Brad Frost: | |
http://atomicdesign.bradfrost.com/ | |
Design Systems by Alla Kholmatova: | |
http://designsystemsbook.com/ | |
Design Systems Handbook: |
wget -P out/ -i images.txt |
sudo gem install -n /usr/local/bin sass |
open /Applications/Google\ Chrome.app/ --args --disable-web-security |
* { background-color: rgba(255,0,0,.2); } | |
* * { background-color: rgba(0,255,0,.2); } | |
* * * { background-color: rgba(0,0,255,.2); } | |
* * * * { background-color: rgba(255,0,255,.2); } | |
* * * * * { background-color: rgba(0,255,255,.2); } | |
* * * * * * { background-color: rgba(255,255,0,.2); } |
Have a local web server, as explained (here)[https://github.com/mbostock/d3/wiki#using]. | |
run: | |
python -m SimpleHTTPServer 8888 & | |
Then just load the page http://localhost:8888 |
[ | |
{ "keys": ["ctrl+s"], "command": "toggle_side_bar" }, | |
{ "keys": ["command+shift+r"], "command": "reindent" , "args": { "single_line": false } }, | |
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} }, | |
{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} } | |
] |
{ | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", |
<!DOCTYPE html> | |
<script src="http://mbostock.github.com/d3/d3.v2.js?2.8.1"></script> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | |
<style> | |
body { | |
font: 10px sans-serif; | |
} | |
rect { |