[wp-trac] [WordPress Trac] #43483: login css imports styles it has as dependencies
WordPress Trac
noreply at wordpress.org
Wed Mar 7 09:31:18 UTC 2018
#43483: login css imports styles it has as dependencies
------------------------------------+------------------------------
Reporter: alpipego | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version: 4.8.3
Severity: normal | Resolution:
Keywords: | Focuses:
------------------------------------+------------------------------
Comment (by birgire):
So I guess you mean to introduce {{{login.scss}}} that imports
{{{forms.scss}}} and {{{i18n.scss}}}.
The only other {{{scss}}} files I'm aware of is for the admin color
schemes in {{{/wp-admin/css/colors/}}} (e.g. {{{/wp-
admin/css/colors/light/colors.scss}}}), with this sass entry in
{{{Gruntfile.js}}} :
{{{
sass: {
colors: {
expand: true,
cwd: SOURCE_DIR,
dest: BUILD_DIR,
ext: '.css',
src: ['wp-admin/css/colors/*/colors.scss'],
options: {
outputStyle: 'expanded'
}
}
},
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43483#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list