Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

added 'text-shadow'-property and improved 'text-box'#25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Onatcer wants to merge2 commits intodsandstrom:master
base:master
Choose a base branch
Loading
fromOnatcer:master

Conversation

Onatcer
Copy link

I added the 'text-shadow'-property because i think it's an important one and used a lot. Also i changed the comment that was included with the completion of the 'text-box'-property to another comment Form because sometimes CSS breaks with "//"-Commets.

Gregor added2 commitsAugust 27, 2017 04:44
“//“ comments broke my (S)CSS Rendering. “/* */“-comments are safer
added text-shadow attribute with properties in the CSS-Comment
Copy link
Owner

@dsandstromdsandstrom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks for the PR

@@ -102,7 +102,7 @@
'box-shadow':
'prefix': 'bs'
'body': """
// h-length, v-length, blur, spread, colour
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Don't change the sass comment. I and scss-lint prefer// comments.

@@ -543,7 +549,7 @@
'box-shadow':
'prefix': 'bs'
'body': """
// h-length, v-length, blur, spread, colour
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Use// for scss, sass, and less. For css, use/* */. This will mean we will have to break out the shadow snippets to a third section.

'text-shadow':
'prefix': 'ts'
'body': """
/* h-shadow, v-shadow, blur, colour */
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The comment is not necessary. Feel free to leave out if desired.

'text-shadow':
'prefix': 'ts'
'body': """
/* h-shadow, v-shadow, blur, colour */
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Likewise, use// for scss,/* */ for css.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dsandstromdsandstromdsandstrom left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@Onatcer@dsandstrom

[8]ページ先頭

©2009-2025 Movatter.jp