Skip to content

Instantly share code, notes, and snippets.

@yairEO
Last active January 10, 2022 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yairEO/d031bf287c5d4915af4c2df83ad97897 to your computer and use it in GitHub Desktop.
Save yairEO/d031bf287c5d4915af4c2df83ad97897 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// styles of an external object which is placed
// next to a node from the outside
.diagram-node__satelite {
transform: translate(100px) var(--transform-y, );
}
.diagram-node__satelite {
transform: translate(100px) var(--transform-y);
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment