Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
micschk committed Nov 21, 2021
1 parent 522d8ad commit d2b619d
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 653 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
@@ -0,0 +1,17 @@
# For more information about the properties used in this file,
# please see the EditorConfig documentation:
# http://editorconfig.org

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{yml,scss,js,feature,json}]
indent_size = 2

# The indent size used in the package.json file cannot be changed:
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -2,4 +2,7 @@

This module serves as a portable set of small Silverstripe functionality & styling tweaks by Restruct.

Currently it has been partially updated to SS4, most stuff is deactivated & will be reactivated when needed in projects.
Currently it has been partially updated to SS4, most stuff is deactivated & will be reactivated when needed in projects.

Provides a global $ThemeDir replacement, eg:
`{$themeDirResourceURL('my-theme')}/videos/vid-{$RandomNumber}.mp4`
335 changes: 1 addition & 334 deletions client/dist/css/admintweaks.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/dist/css/admintweaks.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2b619d

Please sign in to comment.